home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #67 (1993-05-05)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #67 (1993-05-05)(Amiga User Gruppe Einzugsgebiet 4000).adf / MuchMore / muchmore.readme < prev    next >
Text File  |  1993-04-02  |  18KB  |  498 lines

  1.  
  2.                         M u c h M o r e   V 3.2.6
  3.                      ==============================
  4.  
  5.  
  6.                       © 1992 by Fridtjof Siebert
  7.                              Nobileweg 67
  8.                          D-7000 Stuttgart 40
  9.                                Germany
  10.  
  11.                    EMail: fridi@amokst.adsp.sub.org
  12.  
  13.  
  14.                     Enhancements since Version 3.2 by
  15.  
  16.  
  17.                           Christian Stiens
  18.                              Heustiege 2
  19.                          W-4710 Lüdinghausen
  20.                                Germany
  21.  
  22.               EMail: Christian_Stiens@ouzonix.bo.open.de
  23.                       2:245/5802.25@fidonet.org
  24.  
  25.  
  26.  
  27.   What is MuchMore?
  28.  
  29.     MuchMore is  another  program  like  More,  Less  etc.  that prints
  30.     ASCII-Files to the screen.  Unlike these, it opens its  own  screen
  31.     to show  the  text  and  to scroll it softly!  But not only softly,
  32.     MuchMore is also able to scroll very quickly if  you  want  it  to!
  33.     Furthermore,  there are commands to search for strings and to print
  34.     the text.  MuchMore will run on any  Amiga,  whether  it's  a  PAL,
  35.     NTSC, overscan  or  any Amiga in future.  Because MuchMore's screen
  36.     has no border, there are 80 characters displayed per line.
  37.  
  38.     MuchMore can now load texts,  which are crunched or crypted by XPK,
  39.     if you have installed the XPK Libs.
  40.  
  41.  
  42.   Why MuchMore instead of MORE, BLITZ or LESS?
  43.  
  44.     MuchMore  is much shorter than  LESS. BLITZ or other  programs that
  45.     scroll quickly or softly usually use 2 Colors and don't support any
  46.     special fontstyles.  MuchMore instead has four Colors and  displays
  47.     bold,  italic,  underlined  and  inverse  text.  Unlike many  other
  48.     programs, MuchMore may use any non-proportional Font to display the
  49.     text.
  50.  
  51.     MuchMore is  ideal  to  display  long  texts.    The text is loaded
  52.     simultaneously while it  is   displayed.   That  is,  while  you're
  53.     reading  the first page, the rest of the text is loaded into memory
  54.     and you're able to move  through  the  text  quickly  then  without
  55.     re-loading it.
  56.  
  57.   How to start MuchMore:
  58.  
  59.     CLI:
  60.  
  61.       Kickstart 1.3:
  62.  
  63.       MuchMore [-a#|-c#{,#}|-e#|-f<name>/#|-l|-o|-p<name>|-s#|-t#|file]
  64.  
  65.       Kickstart 2.04 and higher:
  66.  
  67.       Template:  A=TABWIDTH/N/K,C=COLORS/K,D=DISPMODEREQ/S,
  68.                  E=EXTRASPACE/N/K,F=FONT/K,N=NOOSCAN/S,O=ONEPLANE/S,
  69.                  P=PASSWORD/K,S=SCROLLMODE/N/K,T=TOOLPRI/N/K,FILE
  70.  
  71.  
  72.       'FILE' is the  name of  the  ASCII-Text  that is to be displayed.
  73.       If there  are any spaces in  the filename, it must be enclosed by
  74.       quotes. "MuchMore ?" displays  the usage.  If MuchMore is started
  75.       without an  argument it will ask for  the  filename  using a file
  76.       requester.
  77.  
  78.       With option 'A=TABWIDTH' you can set the tabulator width (default
  79.       is 8).
  80.  
  81.       With  option 'C=COLORS'  you can  set the  colors for MuchMore's
  82.       screen. Example: -cAAA,000,f00,0f0
  83.  
  84.       If you set D=DISPMODEREQ, then a requester  apears, with that you
  85.       can choose the  display mode  for  the  screen.  If you  click on
  86.       'Save' then the setting is saved to 'ENV:muchmore/muchmore.prefs'
  87.       and 'ENVARC:muchmore/muchmore.prefs'.
  88.  
  89.       The  option  'E=EXTRASPACE' tells  MuchMore to put the specified
  90.       number of pixels between the lines.
  91.  
  92.       You  may select a font by providing the option 'F=FONT'. To force
  93.       MuchMore  to  use   Topaz 11,  type 'MuchMore F=topaz/11'.  Only
  94.       fixed width fonts are allowed.
  95.  
  96.       '-l' forces  MuchMore to open an  interlaced Screen. When you're
  97.       using an  interlaced WB-Screen,  this tells MuchMore  not to open
  98.       an interlaced screen. This option is for Kick 1.3 only.
  99.  
  100.       If you set Option  'N=NOOSCAN',  then MuchMore  doesn't  open an
  101.       overscan screen.
  102.  
  103.       Option O=ONEPLANE  forces MuchMore  to open a  one plane Screen.
  104.       This saves chip mem and is a little faster.
  105.  
  106.       The option  'P=PASSWORD'  determines the passwort, that  MuchMore
  107.       should use to decrypt a text that was crypted by XPK.
  108.  
  109.       You can choose between four scroll modes by specifying the option
  110.       'S=SCROLLMODE'.  Please  test  which mode is the fastest  on your
  111.       machine. Scrollmode 3 is for not draggable screens.
  112.  
  113.       You can specify MuchMore's task priority with option 'T=TOOLPRI'.
  114.  
  115.       MuchMore's  Tooltypes  are   evaluated  now  also  on  CLI-Start
  116.       (KS 2.04). This can work only,if MuchMore isn't loaded resident.
  117.  
  118.  
  119.     Workbench:
  120.  
  121.       Just click the text to be printed with your mouse and then shift-
  122.       doubleclick MuchMore.
  123.  
  124.       Texts with  MuchMore as  their  default-tool (e.g.  ":c/MuchMore"
  125.       when MuchMore has been copied to the disk's :c/ directory) can be
  126.       displayed easily by doubleclicking them.
  127.  
  128.       MuchMore supports following Tooltypes:
  129.  
  130.          COLORS=#{,#}           corresponding to CLI Option C
  131.          EXTRASPACE=#           corresponding to CLI Option E
  132.          FONT=name/size         corresponding to CLI Option F
  133.          NOOSCAN=TRUE|FALSE     corresponding to CLI Option N
  134.          ONEPLANE=TRUE|FALSE    corresponding to CLI Option O
  135.          PASSWORD=name          corresponding to CLI Option P
  136.          SCROLLMODE=#           corresponding to CLI Option S
  137.          TABWIDTH=#             corresponding to CLI Option A
  138.          TOGGLELACE=TRUE|FALSE  corresponding to CLI Option -l
  139.          TOOLPRI=#              corresponding to CLI Option T
  140.  
  141.       The tooltypes of the text have priority over MuchMore's tooltypes.
  142.  
  143.  
  144.   MuchMore's commands:
  145.  
  146.     The commands are activated by pressing the corresponging keys:
  147.  
  148.       Space or left mousebutton:
  149.  
  150.                  Stops  or  restarts  scrolling.   While  scrolling  is
  151.                  stopped  the  filelength,  linenumber  and the current
  152.                  percentage of the text are displayed in the bottommost
  153.                  line.
  154.  
  155.                  Pressing space at the end of the texts quits MuchMore.
  156.  
  157.       BackSpace or right mousebutton:
  158.  
  159.                  Stops or restarts  backwards  scrolling. Works similar
  160.                  to the Space-Key.
  161.  
  162.       Up/Down or 2/8 of the numeric keypad:
  163.  
  164.                  Scrolls one line up or down.
  165.  
  166.                  If you  press these  keys together  with the shift-key
  167.                  you can start and stop fast scrolling.
  168.  
  169.                  Control  plus these  keys  increased  scroll speed 2-3
  170.                  times.
  171.  
  172.                  Alternate plus these keys scroll one page up or down.
  173.  
  174.       PgUp / PgDn (numeric keypad):
  175.  
  176.                  Scroll up or down one page.
  177.  
  178.       T (top) or Home:
  179.  
  180.                  Moves to top of text.
  181.  
  182.       B (bottom) or End:
  183.  
  184.                  Moves to bottom of text.
  185.  
  186.       F (find):
  187.  
  188.                  Waits for a string to be entered and searches for this
  189.                  string   starting   at   the  topmost  line  currently
  190.                  displayed on   the   screen.       The    search    is
  191.                  case-insensitive.   If  the  string is found, the line
  192.                  containing the string will  be displayed and the found
  193.                  string  will  be highlighted.  Else  the  screen  will
  194.                  display a beep.
  195.  
  196.       N (next):
  197.  
  198.                  Searches for the next  occurance of the string entered
  199.                  with `F'. See above.
  200.  
  201.       P (previous):
  202.  
  203.                  Searches  for  the  previous  occurence  of the string
  204.                  entered with `F'. It  starts  with  the  topmost  line
  205.                  that's currently displayed and searches backwards.  If
  206.                  the  search  is  succesful,  the  line  containing the
  207.                  string will be displayed like it is by the  F-Command.
  208.                  Else a beep will be displayed.
  209.  
  210.       Shift + Fn:
  211.  
  212.                  Shift plus one of F1 to F10  sets a text marker at the
  213.                  current position.
  214.  
  215.       Fn:
  216.  
  217.                  Jumps to the text marker #n that's been set with Shift
  218.                  plus Fn.  If text marker #n isn't set yet,  it will be
  219.                  set to the current position,  as it would have been if
  220.                  you had pressed shift plus Fn.
  221.  
  222.       G (goto):
  223.  
  224.                  Opens a Window  with an integer-gadget.  You can enter
  225.                  the number of the line that is to be displayed.
  226.  
  227.       Shift + Alt + O (printout):
  228.  
  229.                  Prints the  text.    This  is  done with "TYPE text TO
  230.                  PRT:".  So  it  works  with  any  printer   when   the
  231.                  preferences are  set correctly.  The commands TYPE and
  232.                  RUN must occur in the current C: directory.  You don't
  233.                  have to wait while printing.  You can continue reading
  234.                  the text with MuchMore. I hope that it  is  impossible
  235.                  to  press shift+alt+o accidentally, so you won't print
  236.                  a 100k text when you in fact don't  need  a  printout.
  237.                  The printing cannot be interrupted, but you can switch
  238.                  off  your  printer  and  wait  for the printertrouble-
  239.                  requester :-).
  240.  
  241.       W (write):
  242.  
  243.                  Writes the  text that's marked between the textmarkers
  244.                  that have been set with F1 and F2 to a file or to PRT:
  245.                  when  you  accept the  default filename.  The text  is
  246.                  saved starting at  the topmost line of the page marked
  247.                  with  F1 until  the bottommost line of  F2's page.  To
  248.                  print  the  current   page  you  just  press  Shift+F1,
  249.                  Shift+F2, w and RETURN.
  250.  
  251.       L (load):
  252.  
  253.                  Opens the filerequester and loads a new text.
  254.  
  255.       HELP or H:
  256.  
  257.                  Shows all  MuchMore-Commands.  This way  everybody who
  258.                  doesn't have this documentation file should be able to
  259.                  use  MuchMore.  After  pressing  any  key  the text is
  260.                  displayed again.
  261.  
  262.       ESC, Q, X or 5 of the numeric keypad:
  263.  
  264.                  Quit MuchMore.
  265.  
  266.   The Files in this package:
  267.  
  268.     MuchMore            The executable
  269.     MuchMore.ReadMe     This textfile
  270.     MuchMore.LiesMich   German documentation
  271.  
  272.     src (dir)           This directory contains the source:
  273.  
  274.       MuchMore.mod      The OBERON Source
  275.  
  276.  
  277.   Copyright:
  278.  
  279.     MuchMore is free to be spread on public-domain and shareware disks,
  280.     as long as they  are sold for a reasonable charge.  It may be used
  281.     there to display readme- and  documentation-files.  My name has to
  282.     be left in the program (HELP).
  283.  
  284.     Although MuchMore is not Shareware, donations are welcome.
  285.  
  286.     It's not allowed to use this in a commercial way without my written
  287.     permission.  This permission is  also  necessary  if  you  want  to
  288.     publish  MuchMore as a  part of a  commercial product or use this
  289.     program commercially in any other way.
  290.  
  291.     If you change anything in my source you're allowed to put your name
  292.     in the program's head (:History.), but leave my name in!  If you've
  293.     made  any  enhancements,  please  send them to me (else there'll be
  294.     thousands of different versions).
  295.  
  296.  
  297.   Compiling:
  298.  
  299.     MuchMore was  written  in Oberon-2 using the Amiga Oberon Compiler
  300.     V3.01.  You  can  find a  demo version  of the  Compiler  on  AMOK
  301.     Disk #75.
  302.  
  303.  
  304.   Revisions:
  305.  
  306.    v1.0:
  307.  
  308.       - this version was terribly slow and therefore not published!
  309.  
  310.    v1.1:
  311.  
  312.       - first published version.
  313.  
  314.    v1.2:
  315.  
  316.       - now  the  file's  name,  its  length  etc. are  displayed  when
  317.         scrolling is stopped with <Space>.
  318.       - now left and right mousebutton can be used instead of space and
  319.         backspace.
  320.       - controlcodes aren't displayed anymore.
  321.  
  322.    v1.3:
  323.  
  324.       - Strong  increase in  speed while  scrolling. WarpText  has been
  325.         replaced by  QText (Sorry, Bill).  MuchMore  is  now as fast as
  326.         Blitz (with Video Sync) although it uses a bigger screen.
  327.       - Now supports numeric keypad (home, end, PgUp etc.)
  328.       - Now the screen  gets it's  size from gfxbase^.normalDisplayXXX.
  329.         This way  MuchMore  can  be run  on PAL,  NTSC, Amigas  with an
  330.         Overscan- Workbench (like mine),  and on resolutions that'll be
  331.         used  in  future.  It always  opens  its screen  as big  as the
  332.         current Workbenchscreen.
  333.  
  334.    v1.4:
  335.  
  336.       - Displaying  and  loading  of  the  text  are  now  done  by two
  337.         asynchroneous tasks.  Scrolling is  more  homogeneous  now  and
  338.         there are no more stops to load further text.
  339.       - The feature to display several texts has been removed.
  340.       - Bugs in filelength and end-function removed
  341.       - New commands: find, next, previous to search for strings
  342.       - Scrolling stops when MuchMore's window becomes inactive.
  343.  
  344.    v1.5:
  345.  
  346.       - New command: print text (shift+alt+o)
  347.       - removed all imports to make MuchMore shorter
  348.       - added numeric key 5 to quit
  349.  
  350.    v1.6:
  351.  
  352.       - From this  version on  texts with  different fontstyles  (bold,
  353.         italics, inverse) and different colors can be displayed!
  354.  
  355.    v1.7:
  356.  
  357.       - Now MuchMore is again as fast as MuchMore v1.5 was, although it
  358.         uses 2 bitplanes and uses several fontstyles.
  359.       - Print  (shift+alt+o)  doesn't  crash   anymore  when  you  quit
  360.         MuchMore before printing is complete.
  361.  
  362.    v1.8:
  363.  
  364.       - Bug which occured  when searching for  a string having searched
  365.         for a longer string, removed.
  366.       - Strings found while execution of F, N or P are highlighted now.
  367.       - Added NK0 to display filelength etc.
  368.  
  369.    v2.0:
  370.  
  371.       - Ported MuchMore to OBERON
  372.       - Removed bug that caused RMB not  to work on some amigas (it did
  373.         work on my computer)
  374.       - now uses the arp-filerequester
  375.       - new command: L = load new text
  376.  
  377.    v2.1:
  378.  
  379.       - Read-/write-errors used to create some very interesting crashes
  380.         with colorful graphics  and stereo sound.  I'm sorry, but I had
  381.         to remove this.
  382.       - CSI-Codes  have been executed BACKWARDs.  This caused  problems
  383.         with sequences like <CSI>0;4m. Fixed now.
  384.       - New Commands: Ping & Pong, Goto
  385.       - First  page  is  displayed  immediately  now  when  MuchMore is
  386.         started.
  387.  
  388.    v2.2:
  389.  
  390.       - Now MuchMore uses console's keymapping instead of the hardcoded
  391.         one it  used  before.  So  there  won't  be  problems with  any
  392.         japanese keymaps.
  393.  
  394.    v2.3:
  395.  
  396.       - New   command: 's'  (sleep)   and  pop  up  function  lAlt+ESC.
  397.         'MuchMore -s' sleeps immediately.
  398.       - Bug in interpretation of <CSI>[m fixed.  <CSI>[m is now treated
  399.         as <CSI>[0m.
  400.  
  401.    v2.4:
  402.  
  403.       - New Command: 'w' to write block to file or priner
  404.       - Argumentparser rewritten. Now supports quotes.
  405.  
  406.    v2.5:
  407.  
  408.       - Uses 8x8 Font set with SetFont instead of topaz 8.
  409.       - Allocates 4K Memory chunks instead  of one memorychunk for each
  410.         line.  So MuchMore  won't scatter  the Memory anymore.  Another
  411.         positive effect  is that MuchMore  needs less nemory now (about
  412.         14 Bytes per line).
  413.  
  414.    v2.6:
  415.  
  416.       - asynchronous fast scrolling with the ctrl-key.
  417.       - MuchMore is reentrant (pure)
  418.       - MuchMore uses  an interlace screen when  the preferences  are  set
  419.         accordingly.
  420.       - On low chip-memory, MuchMore uses a 1-plane screen.
  421.  
  422.    v2.7:
  423.  
  424.       - '-l' to toggle interlaced mode
  425.       - uses ASL's FileRequester
  426.       - no more calls RethinkDisplay() 50 (or even 60) times a second
  427.  
  428.    v2.8:
  429.  
  430.       - leaves some spaces between the lines on interlace screens to make
  431.         the text more readable.
  432.  
  433.    v3.0:
  434.  
  435.       - sleep ('-s') is no more supported (was rarely used).
  436.       - now MuchMore uses any non-proportional font.
  437.       - new options to select a font: '-f<font>' and '-s<size>'.
  438.  
  439.    v3.1:
  440.  
  441.       - Uses Screenmode of Workbench Screen
  442.  
  443.    v3.2:
  444.  
  445.       - Support for not srollable Screens
  446.       - No more Scrolling if complete display rebuilding
  447.  
  448. --- Fridtjof.
  449.  
  450.    v3.2.1:
  451.  
  452.       - XPK Support
  453.       - New Syntax for option -f. Example: -ftopaz/11
  454.       - New option -p for Password
  455.       - New option -e for Extra Spacing
  456.       - New option -c for Screen Colors. Example: -c0,abc,f00
  457.       - Tool-Types
  458.  
  459.    v3.2.2:
  460.  
  461.       - The last version displayed the first two chars of each line
  462.         at the end of the line on some overscan dimensions.
  463.  
  464.    v3.2.3:
  465.  
  466.       - The non-scroll mode now works under KS2.04 when using a 8x8 font
  467.       - The Console-Device wasn't closed
  468.       - Display Mode Requester
  469.       - New option -s for Scrollmode
  470.       - Busypointer
  471.       - ToolType evaluation if CLI started (AmigaOS 2.04)
  472.       - Finds MuchMore's Tooltypes now also, if MM as default tool of the
  473.         Text wasn't found directly but over the Dos search path.
  474.  
  475.    v3.2.4:
  476.  
  477.       - Some bugs in GetString() removed
  478.       - MM now ignores key/mouse strikes while it is busy
  479.  
  480.    v3.2.5:
  481.  
  482.       - Asynchronous scrolling changed.
  483.       - Dos.ReadArgs
  484.       - New Option -t / "T=TOOLPRI" for task priority
  485.  
  486.    v3.2.6:
  487.  
  488.       - Scrollmode 3 scrolls soft
  489.       - Scrollmode 1 is default under KS2.04 and higher
  490.       - New option -a or "A=TABWIDTH" for tabulator width
  491.       - New option -o or "O=ONEPLANE"
  492.       - New option "N=NOOSCAN"
  493.       - Opens screen with full overscan width
  494.       - Uses QText no more
  495.  
  496. --- Christian.
  497.  
  498.